Node Info Lite
Protobuf type meshtastic.NodeInfoLite
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
inline fun DeviceOnly.NodeInfoLite.copy(block: NodeInfoLiteKt.Dsl.() -> Unit): DeviceOnly.NodeInfoLite
inline fun DeviceOnly.NodeInfoLite.copy(block: NodeInfoLiteKt.Dsl.() -> Unit): DeviceOnly.NodeInfoLite
inline fun DeviceOnly.NodeInfoLite.copy(block: NodeInfoLiteKt.Dsl.() -> Unit): DeviceOnly.NodeInfoLite
inline fun DeviceOnly.NodeInfoLite.copy(block: NodeInfoLiteKt.Dsl.() -> Unit): DeviceOnly.NodeInfoLite
Link copied to clipboard
Bitfield for storing booleans.
LSB 0 is_key_manually_verified
Content copied to clipboard
uint32 bitfield = 13;
Link copied to clipboard
local channel index we heard that node on. Only populated if its not the default channel.
Content copied to clipboard
uint32 channel = 7;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The latest device metrics for the node.
Content copied to clipboard
.meshtastic.DeviceMetrics device_metrics = 6;
Link copied to clipboard
The latest device metrics for the node.
Content copied to clipboard
.meshtastic.DeviceMetrics device_metrics = 6;
Link copied to clipboard
Number of hops away from us this node is (0 if direct neighbor)
Content copied to clipboard
optional uint32 hops_away = 9;
Link copied to clipboard
True if node is in our favorites list
Persists between NodeDB internal clean ups
Content copied to clipboard
bool is_favorite = 10;
Link copied to clipboard
True if node is in our ignored list
Persists between NodeDB internal clean ups
Content copied to clipboard
bool is_ignored = 11;
Link copied to clipboard
Set to indicate the last time we received a packet from this node
Content copied to clipboard
fixed32 last_heard = 5;
Link copied to clipboard
Last byte of the node number of the node that should be used as the next hop to reach this node.
Content copied to clipboard
uint32 next_hop = 12;
Link copied to clipboard
Link copied to clipboard
This position data. Note: before 1.2.14 we would also store the last time we've heard from this node in position.time, that is no longer true.
Position.time now indicates the last time we received a POSITION from that node.
Content copied to clipboard
.meshtastic.PositionLite position = 3;
Link copied to clipboard
This position data. Note: before 1.2.14 we would also store the last time we've heard from this node in position.time, that is no longer true.
Position.time now indicates the last time we received a POSITION from that node.
Content copied to clipboard
.meshtastic.PositionLite position = 3;
Link copied to clipboard
Link copied to clipboard
The user info for this node
Content copied to clipboard
.meshtastic.UserLite user = 2;
Link copied to clipboard
The user info for this node
Content copied to clipboard
.meshtastic.UserLite user = 2;
Link copied to clipboard
True if we witnessed the node over MQTT instead of LoRA transport
Content copied to clipboard
bool via_mqtt = 8;
Link copied to clipboard
The latest device metrics for the node.
Content copied to clipboard
.meshtastic.DeviceMetrics device_metrics = 6;
Link copied to clipboard
Number of hops away from us this node is (0 if direct neighbor)
Content copied to clipboard
optional uint32 hops_away = 9;
Link copied to clipboard
This position data. Note: before 1.2.14 we would also store the last time we've heard from this node in position.time, that is no longer true.
Position.time now indicates the last time we received a POSITION from that node.
Content copied to clipboard
.meshtastic.PositionLite position = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.NodeInfoLite
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DeviceOnly.NodeInfoLite
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DeviceOnly.NodeInfoLite
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.NodeInfoLite
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.NodeInfoLite
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DeviceOnly.NodeInfoLite
Link copied to clipboard
Link copied to clipboard